QueryParamType
import { QueryParamType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:116
Preview
type QueryParamType = QueryParamValuesType | QueryParamValuesType[] | Record<string, QueryParamValuesType>;
Structure
number | string | boolean | null | undefined | Record<any, any> | number | string | boolean | null | undefined | Record<any, any>[] | Record<string, QueryParamValuesType>